kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.collections
/
[Native]MutableMap
/
putAll
put
All
Native
abstract
fun
putAll
(
from
:
Map
<
out
K
,
V
>
)
Content copied to clipboard
Updates this map with key/value pairs from the specified map
from
.